@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.indTopBox{ height: 100px;}
.indTop{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.top{
	position: relative;
	z-index: 9;
	padding: 0px 9%;
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.logo{
	display: block;
	overflow: hidden;
	margin: 20px 0px;
}
.logo img{
	display: block;
	height: 60px;
}
.menu{
	position: relative;
}
.menu_dl{

}
.menu_dl dd{
	float: left;
	display: inline;
	position: relative;
	padding: 0px 15px;
}
.menu_a{
	overflow: hidden;
	display: block;
	font-size: 14px;
	color:#333333;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 25px 0px;
}
.menu_a span{
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.menuLine{
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.menuLine:before{
	display: block;
	content: "";
	overflow: hidden;
	width: 0%;
	height: 2px;
	background: #075bce;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: -1px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuLine:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 0%;
	height: 2px;
	background: #075bce;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_dl dd.hover .menu_a,
.menu_dl dd:hover .menu_a{
	color:#075bce;
}
.menu_dl dd.hover .menuLine:after,
.menu_dl dd.hover .menuLine:before,
.menu_dl dd:hover .menuLine:after,
.menu_dl dd:hover .menuLine:before{
	width: 50%;
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateX(0px);
}
.menuDiv{
	*display: none;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	right: 50%;
	top: 120px;
	margin-right: -300px;
	background: rgba(255,255,255,0.95);
	padding: 40px;
	opacity: 0;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
}
.subMenuCont{
	width: 520px;
	overflow: hidden;
}
.menuImg_a{
	display: block;
	overflow: hidden;
	width: 215px;
	height: 145px;
	position: relative;
	margin-left: 20px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menuImg_a img{
	display: block;
	width: 215px;
	height: 145px;
}
.menuDiv.show .menuImg_a{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menuDiv.show{
	*display: block;
}
.menu_ul{
	margin: 0px -10px;
	overflow: hidden;
}
.menu_ul li{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menuDiv.show .menu_ul li{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menuDiv.show .menu_ul li:nth-child(2){
	transition-delay: 0.1s;
}
.menuDiv.show .menu_ul li:nth-child(3){
	transition-delay: 0.2s;
}
.menuDiv.show .menu_ul li:nth-child(4){
	transition-delay: 0.3s;
}
.menuDiv.show .menu_ul li:nth-child(5){
	transition-delay: 0.4s;
}
.menuDiv.show .menu_ul li:nth-child(6){
	transition-delay: 0.5s;
}
.menuDiv.show .menu_ul li:nth-child(7){
	transition-delay: 0.6s;
}
.menuDiv.show .menu_ul li:nth-child(8){
	transition-delay: 0.7s;
}
a.subMenu_a{
	display: block;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 14px;
	color:#333333;
	margin: 0px 10px;
	border-bottom: 1px solid #b1b1b1;
	background: url(../images/trangleRight.png) no-repeat left center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_ul li.hover .subMenu_a,
.subMenu_a:hover{
	color:#075bce;
	background: url(../images/trangleRight_h.png) no-repeat left center;
}
.menu_ul li:nth-child(7) .subMenu_a,
.menu_ul li:nth-child(8) .subMenu_a{
	border:none;
}

@media screen and (max-width: 1460px) {
    .top {
        padding: 0 6%;
    }
}
@media screen and (max-width: 1340px) {
    .top {
        padding: 0 1%;
    }
}
/*头部结束*/
/*menu开始*/

/*menu结束*/
/*indexBanner开始*/
.indexBanner{ overflow: hidden; height: 710px; width: 100%; position: relative;}
.indexBanner .myslide{ background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; height: 710px;}
.indexBanner .slick-dots{ position: absolute; bottom: 50px; width: 100%; text-align: center;}
.indexBanner .slick-dots li{ width: 36px; height: 6px; line-height: 9999px; text-align: center; background: #FFF; color: #ffffff; display: inline-block; margin: 0 5px; cursor: pointer;}
.indexBanner .slick-dots li.slick-active{background: #cd291f;}
.indexBanner .con1{ position: absolute; left:50%; top: 50%; margin-top: -143px;]}
/*indexBanner结束*/
.indexT{ height: 96px; text-align: center;}
.indexT.ftL{ text-align: left;}
.indexT .con{ display: inline-block; height: 96px; padding-left: 32px; background: url(../images/indexTBg.png) no-repeat left center; text-align: center;}
.indexT .con span{ display: block; padding-top: 28px;height: 40px; line-height: 40px; color: #333333; font-size: 30px;}
.indexT .con em{ display: block; padding-left: 43px;height: 18px; line-height: 18px; color: #999999; font-size: 12px; font-style: normal; text-transform: uppercase; position: relative;}
.indexT .con em:before{ display: block; content: ''; position: absolute; left: 18px; width: 20px; height: 1px; background: #adadad; top:50%;}

.indexT.ftBai .con{ background-image: url(../images/indexTBg2.png);}
.indexT.ftBai span{ color: #ffffff;}
.indexT.ftBai em{ color: rgba(255,255,255,.5);}
.indexT.ftBai em:before{ background: rgba(255,255,255,.5);}
/*第一通栏start*/
.column1Box{ padding: 48px 0; background: #ffffff;}
.column1C{ height: 438px;}
.column1L{ width:46.6667%; margin-right: 5%;}
.column1LScroll{ position: relative;}
.column1LScroll:before{content: ''; display: block; width: 100%; padding-top:56.25%;}
.column1LScroll .slick-list{height: 100%;}
.column1LScroll .slick-track{height: 100%;}
.column1LScroll .bd{ position: absolute; left: 0px;top:0px; width: 100%; height: 100%;overflow: hidden;}
.column1LScroll .myslide{ width: 100%; float: left; display: inline;height: 100%;}
.column1LScroll .myslide img{ display: block; width: 100%;height: 100%;}
.column1LScroll .html{ display: none;}
.column1LScroll .slick-dots{ display: inline-block; overflow: hidden; height: 10px; position: absolute; bottom: 20px; width: 100%; text-align:  center;}
.column1LScroll .slick-dots li{ display: inline-block; width: 8px; height: 8px; border: 1px solid #FFF; text-align: center; line-height: 15px; color: #999999; border-radius: 15px; border-radius: 15px; margin: 0 4px; cursor: pointer;}
.column1LScroll .slick-dots li.slick-active{ background: #075bce;border-color: #075bce;}

.column1LText{ padding-top: 20px;overflow: hidden;}
.column1LTextC{overflow: hidden;}
.column1LText .title{ height: 43px; line-height: 43px; overflow: hidden;margin-bottom: 10px;}
.column1LText .title a{ color: #333333; font-size: 16px; display: block; height: 43px; position: relative;}
.column1LText .title a:after{ display: block; content: ''; width: 20px; height: 100%; position: absolute; right: 0px; top: 0; background: url(../images/more1.png) no-repeat center center;}
.column1LText .title a:hover{ color: #075bce;}
.column1LText .date{ padding-right: 22px; float: left; display: inline; overflow: hidden; text-align: center; position: relative; margin-right: 22px;}
.column1LText .date:after{content: ''; display: block; height: 40px; width: 0; border-right: 1px solid #e5e5e5; position: absolute; right: 0; top: 50%; margin-top: -20px;}
.column1LText .date span{ display: block;height: 25px; line-height: 25px; color: #666666; font-size: 20px; margin-bottom: 5px;}
.column1LText .date em{ display: block;height: 20px; line-height: 20px; font-style: normal; color: #999999; font-size: 16px;}
.column1LText .text{ line-height: 25px; height: 50px; overflow: hidden; color: #858585; font-size: 14px;}

.column1R{ overflow: hidden;}
.column1RList{ overflow: hidden; border-top:1px solid #f2f2f2;}
.column1RList dd{ overflow: hidden;padding:26px 0; border-bottom: 1px solid #f2f2f2; position: relative;}
.column1RList dd .date{  overflow: hidden; position: relative; margin-right: 40px;}
.column1RList dd .date span{display: block;height: 25px; line-height: 25px; color: #666666; font-size: 20px; margin-bottom: 5px;}
.column1RList dd .date em{display: block;height: 20px; line-height: 20px; font-style: normal; color: #999999; font-size: 16px; margin-bottom: 4px;}
.column1RList dd .text{ overflow: hidden;}
.column1RList dd .text .title{ overflow: hidden; height: 25px; line-height: 25px;margin-bottom: 5px;}
.column1RList dd .text .title a{ color: #333333; font-size: 16px;}
.column1RList dd .text .textC{ font-size:14px; color:#999999; line-height:24px; height:24px; overflow:hidden;}
.column1RList dd:hover .text .title a{ color: #075bce;}
.column1RList dd:last-child{ margin-bottom: 0;}
/*第一通栏end*/
/*第二通栏start*/
.column2Box{ padding: 48px 0; background: url(../images/c2Bg.jpg) no-repeat center bottom; overflow: hidden;}
.column2Scroll{position: relative;}
.column2Scroll .bd{ overflow: hidden;padding: 0px 0;}
.column2Scroll .slick-list{ overflow: visible; margin-right: -40px; }
.column2Scroll .myslide{ width: 25%; float: left; display: inline; padding: 0;}
.column2Scroll .con{ margin-right: 40px;}
.column2Scroll a{ display: block; background: #FFF; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2Scroll .prev{ display:block; width: 16px; height: 29px; cursor: pointer; background:url(../images/c2Btn.png) no-repeat 0px 0px; position: absolute; left: -47px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2Scroll .next{ display:block; width: 16px; height: 29px; cursor: pointer; background:url(../images/c2Btn.png) no-repeat -16px 0px; position: absolute; right:-47px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2Scroll .prev:hover{ background-position: 0 -29px;}
.column2Scroll .next:hover{ background-position: -16px -29px;}

.column2Scroll .pic{ position: relative; padding-top: 110.037%; overflow: hidden;}
.column2Scroll .pic .img1{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; transition: all .5s; -webkit-transition: all .5s;}

.column2Scroll .text{padding: 25px;}
.column2Scroll .text .title{ height: 36px; line-height: 36px; position: relative; color: #333333; font-size: 20px; padding-right: 40px;margin-bottom: 18px; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2Scroll .text .title:after{ display: block; content: ''; width: 25px;height: 100%;position: absolute; right: 0; top:0px; background: url(../images/more2.png) no-repeat center center;}
.column2Scroll .text .info{ height: 50px; line-height: 25px; color: #999999; font-size: 14px; overflow: hidden;margin-bottom: 10px;}

.column2Scroll .myslide:nth-child(2n+1) .pic{ margin-top: 50px;}
.column2Scroll .myslide:hover .pic .img1{ transform: scale(1.1);-webkit-transform: scale(1.1);}
.column2Scroll .myslide:hover a{ background: #075bce;}
.column2Scroll .myslide:hover .text .title{ color: #FFF;}
.column2Scroll .myslide:hover .text .title:after{ background-image: url(../images/more2h.png);}
.column2Scroll .myslide:hover .text .info{ color: #FFF;}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3Box{ padding: 58px 0; background:#FFF;}
.column3L{ width: 310px; overflow: hidden; margin-right: 135px;}
.column3L .indexT{margin-bottom: 105px;}
.column3L .info{ color: #333333; line-height: 25px;height: 75px; overflow: hidden;font-size: 14px;margin-bottom: 105px;}
.column3L .btn{ overflow: hidden;}
.column3L .btn a{ overflow: hidden; display: inline-block;height: 40px; line-height: 40px;padding: 0 43px; border: 1px solid #e6e6e6;color: #666666; font-size: 14px; border-radius: 42px;}

.column3R{overflow: hidden;}
.column3RList{ overflow: hidden; margin-right: -30px;}
.column3RList dd{ width: 50%; float: left; display: inline;margin-bottom: 30px;}
.column3RList dd .con{ margin-right: 30px;}
.column3RList dd a{ display: block; position: relative;}
.column3RList dd .pic{ position: relative;}
.column3RList dd .pic:before{ display: block; content: ''; padding-top: 66.6667%;}
.column3RList dd .pic img{ display: block; width: 100%; height: 100%;position: absolute; left: 0px; top:0px}
.column3RList dd .text{ position: absolute; width: 100%; height: 100%; left: 0px; top:0px; background: rgba(0,0,0,.6); opacity: 0;transition: all .5s; -webkit-transition: all .5s;}
.column3RList dd .text .textC{ height: 40px; text-align: center; display: block;}
.column3RList dd .text .textC span{ display: inline-block; height: 40px; line-height: 40px; padding-right: 45px; color: #ffffff; font-size: 18px; background: url(../images/searchIcn.png) no-repeat right center;transition: all .5s; -webkit-transition: all .5s; opacity: 0; transform: translateY(15px);-webkit-transform: translateY(15px);}
.column3RList dd .text:before{ display: block; content: ''; position: absolute; left: 4.144%; top: 6.224%; width: 0%; height: 0%; opacity: 0; border: 1px solid transparent; border-left-color: #FFF; border-top-color: #FFF; box-sizing: border-box;-webkit-box-sizing: border-box;transition: all .5s; -webkit-transition: all .5s;}
.column3RList dd .text:after{ display: block; content: ''; position: absolute; right: 4.144%; bottom: 6.224%; width: 0%; height: 0%; opacity: 0; border: 1px solid transparent; border-right-color: #FFF; border-bottom-color: #FFF; box-sizing: border-box;-webkit-box-sizing: border-box;transition: all .5s; -webkit-transition: all .5s;}
.column3RList dd:hover .text:before{ width: 91.712%; height: 87.552%; opacity: 1;}
.column3RList dd:hover .text:after{ width: 91.712%; height: 87.552%; opacity: 1;}
.column3RList dd:hover .text{ opacity: 1;}
.column3RList dd:hover .text .textC span{opacity: 1; transform: translateY(0px);-webkit-transform: translateY(0px);}
/*第三通栏end*/
/*第四通栏start*/
.column4Box{ height: 460px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.cloumn4C{ width: 900px; margin: 0 auto;}
.column4List{clear: both;}
.column4List dd{ width: 33.3333%; float: left; display: inline; text-align: center;}
.column4List dd .con{ width: 110px; margin: 0 auto;}
.column4List dd .con a{ display: block;}
.column4List dd .con .icn{ width: 108px;height: 108px; border: 1px solid #FFF; border-radius: 110px; position: relative; margin-bottom: 15px;}
.column4List dd .con .icn:before{ display: block; content: ''; width: 120px; height: 120px; position: absolute; border:1px solid rgba(255,255,255,.3); border-radius: 100%; animation: inlinerbgo 1.2s infinite linear;}
.column4List dd .con .icn:after{ display: block; content: ''; width: 120px; height: 120px; position: absolute; border:1px solid rgba(255,255,255,.3); border-radius: 100%; animation: inlinerbg 1.2s infinite linear;}
.column4List dd.dd1 .con .icn:before{ left: -6px; top: -6px;}
.column4List dd.dd1 .con .icn:after{ left: -1px; top: -6px;}
.column4List dd.dd2 .con .icn:before{ right: -6px; top: -6px;}
.column4List dd.dd2 .con .icn:after{ right: -1px; top: -6px;}
.column4List dd.dd3 .con .icn:before{ left: -6px; top: -6px;}
.column4List dd.dd3 .con .icn:after{ left: -1px; top: -6px;}
.column4List dd .con .icn i{ display: block; position: absolute; width: 110px; height: 110px; background: #ffffff; left: -1px; top: -1px; border-radius: 108px; transform: scale(0);-webkit-transform: scale(0);transition: all 300ms linear;-webkit-transition: all 300ms linear; opacity: 0;}
.column4List dd .con .icn span{ display: block; width: 100%;height: 100%; background-position: center center; background-repeat: no-repeat; position: relative;}
.column4List dd.dd1 .con .icn span{ background-image: url(../images/c4Icn1.png);}
.column4List dd.dd2 .con .icn span{ background-image: url(../images/c4Icn2.png);}
.column4List dd.dd3 .con .icn span{ background-image: url(../images/c4Icn3.png);}
.column4List dd .con .text{ color: #ffffff; text-align: center; height: 38px; line-height: 38px; font-size: 16px;}
.column4List dd .con a:hover .icn i{ transform: scale(1);-webkit-transform: scale(1);opacity: 1;}
.column4List dd.dd1 .con a:hover .icn span{ background-image: url(../images/c4Icn1h.png);}
.column4List dd.dd2 .con a:hover .icn span{ background-image: url(../images/c4Icn2h.png);}
.column4List dd.dd3 .con a:hover .icn span{ background-image: url(../images/c4Icn3h.png);}
 @-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform:translate(3px,-3px);
        transform: translate(3px,-3px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(3px,-3px);
        transform: translate(3px,-3px);
  }
} 

@keyframes inlinerbg {
  0% {
    -webkit-transform:translate(3px,-3px);
        transform: translate(3px,-3px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(3px,-3px);
        transform: translate(3px,-3px);
  }
}
 @-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-3px,3px);
        transform: translate(-3px,3px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-3px,3px);
        transform: translate(-3px,3px);
  }
}

@keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-3px,3px);
        transform: translate(-3px,3px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-3px,3px);
        transform: translate(-3px,3px);
  }
} 
/*第四通栏end*/
/*底部开始*/
.footer1Box{ padding: 30px 0; border-bottom: 1px solid #e6e6e6; background: #fafafa;}
.footer1L{ width: 620px;}
.footerLogo{ padding: 6px 0; margin-bottom: 12px;}
.footerLogo img{ display: block; height: 60px;}
.footer1LDn{ overflow: hidden;}
.footer1LDn li{  line-height: 30px; min-height: 30px;padding-left: 35px; background-repeat: no-repeat; background-position: left center; font-size: 14px; color: #999999;}
.footer1LDn li span{ margin-right: 25px;}

.footer1R{ padding-top: 40px;}
.footerEwm{ overflow:hidden;}
.footerEwm dd{ float:left; display:inline; position:relative; width:100px; overflow:hidden; margin-left:35px;}
.footerEwm dd img{ display:block; width:100px; height:100px;}
.footerEwm dd span{ display:block; height:50px; line-height:50px; text-align:center; color:#999999; font-size:14px;}

.footer2Box{ height: 65px; line-height: 65px; overflow: hidden; color: #999999; font-size: 14px; background: #fafafa;}
.footer2Box a{ color: #999999;}
.footer2Box a:hover{ color: #075bce;}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/***************公司概况 begin********************/
/**/
.bsBoxT{
	clear:both;
	height:96px;
	overflow:hidden;
	line-height:96px;
	text-align: center;
	color:#333333;
	font-weight: bold;
	font-size:30px;
	position: relative;
	z-index:1;
}
.bsBoxT.bg3{color:#fff}
.bsBoxT:after{
	content:"";
	display: block;
	width:80px;
	height:96px;
	background:url(../images/cpfBg.png) no-repeat center center;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-100px;
	z-index:-1;
}
.bsBoxT.bg2:after{background:url(../images/cpfBg2.png) no-repeat center center;}
.bsBoxT.bg3:after{background:url(../images/cpfBg6.png) no-repeat center center;}
.bsBoxT.typ3:after{background:url(../images/cpfBg7.png) no-repeat center center;}
.bsBoxT:before{
	content:"";
	display: block;
	width:60px;
	height:2px;
	background:#ededed;
	position: absolute;
	bottom:17px;
	left:50%;
	margin-left:-30px;
}
.bsBoxT.bg3:before{background:#315cab;}
.bsBoxT.typ3:before{background:#fbfbfb;}
/**/
.bsBox1{
	clear: both;
	overflow: hidden;
	height:679px;
	background:url(../images/cpfBg1.jpg) no-repeat center center;
}
.bsBox1L{
	width:605px;
	overflow: hidden;
}
.bsBox1L .divT{
	clear: both;
	height:100px;
	overflow: hidden;
	line-height: 100px;
	color: #333333;
	font-size:24px;
	position: relative;
}
.bsBox1L .divT:after{
	content:"";
	display: block;
	width:50px;
	height:1px;
	position: absolute;
	bottom:0;
	left:0;
	background:#aaadb0;
}
.bsBox1L .txt{
	clear: both;
	overflow: hidden;
	color:#666666;
	font-size:14px;
	line-height:30px;
}
a.cpfMore{
	display: block;
	width:143px;
	height:40px;
	overflow: hidden;
	line-height:40px;
	border-radius:40px;
	line-height:40px;
	text-align: center;
	border:1px solid #e6e6e6;
	color:#666666;
	font-size:14px;
	transition-duration:0.3s;
}
a.cpfMore:hover{
	border:1px solid #075bce;
	background:#075bce;
	color:#fff;
}

.bsBox1R{
	width: 506px;
	height:337px;
	position: relative;
	z-index: 1;
}
.bsBox1R img{
	display: block;
	width: 506px;
	height:337px;
}
.bsBox1R:after{
	content: "";
	display: block;
	width: 506px;
	height:337px;
	background:#075bce;
	position: absolute;
	top:9px;
	left:9px;
	z-index:-1;
}
/*2*/
.bsBox1_2{
	clear: both;
	overflow: hidden;
	height:785px;
	background:#f1f1f1;
}
.bsBox1_2Box{
	height:513px;
	overflow: hidden;
	position: relative;
}
.bsBox1_2Box .pic{
	width:345px;
	height:463px;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
.bsBox1_2Box .pic img{
	display: block;
	width:345px;
	height:463px;
}
.bsBox1_2BoxText{
	clear: both;
	overflow: hidden;
	padding:45px 38px 35px 90px;
	margin:95px 0 0 295px;
	background:#fff url(../images/cpfBg2.jpg) no-repeat 372px bottom;
}
.bsBox1_2BoxText .divT{
	clear: both;
	height:65px;
	overflow: hidden;
	line-height:65px;
	color:#333333;
	font-weight:bold;
	font-size:20px;
}
.bsBox1_2BoxText .icon1{
	display: block;
	height:20px;
	background:url(../images/cpfBg3.png) no-repeat left center;
}
.bsBox1_2BoxText .icon2{
	display: block;
	height:20px;
	background:url(../images/cpfBg4.png) no-repeat right center;
}
.bsBox1_2BoxText .txt{
	clear: both;
	height:96px;
	overflow: hidden;
	color:#666666;
	font-size:14px;
	line-height:32px;
}

/*2*/
.aboutBox2{
    clear: both;
    background-color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
	height:825px;
}
.aboutBox2Bg{
    width:100%;
    height:705px;
    background-image: url(../images/cpfBg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.aboutBox2Slide{
    width: 100%;
    position: relative;
}
.aboutBox2Slide .bt{
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 63px;
    left: 50%;
    z-index:9;
    background-position: center center;
    background-repeat: no-repeat;
}
.aboutBox2Slide .bt.prev{margin-left:-604px;background-image: url(../images/aboutUs_icon3.png)}
.aboutBox2Slide .bt.next{margin-left:586px;background-image: url(../images/aboutUs_icon4.png)}
.aboutBox2Slide .hd{
    width: 100%;
    height:158px;
    overflow: hidden;
    background-image:url(../images/aboutUs_icon1.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hdWrap{
    width:1110px;
    margin:0 auto;
    overflow: hidden;
}
.aboutBox2Slide .hd ul{
    overflow: hidden;
    position: relative;
    left: 0;
}
.aboutBox2Slide .hd ul li{
    float: left;
    width: 138px;
    height: 158px;
    background-image:url(../images/aboutUs_icon2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.aboutBox2Slide .hd ul li.on{background-image:url(../images/aboutUs_icon2h.png);}
.aboutBox2Slide .hd ul .li1{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul .li2{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    right: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul li span{
    display: block;
    height: 78px;
    text-align: center;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 35px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property:margin;
    transition-timing-function: linear;
}
.aboutBox2Slide .hd ul li.on span:before{
    content:"";
    display: block;
    width: 78px;
    height: 78px;
    border:15px solid #075bce;
    border-radius:100%;
    opacity: 0.2;
    position: absolute;
    top:50%;
    left:50%;
    margin:-54px 0 0 -54px; 
    
}
.aboutBox2Slide .hd ul li.on span{
    display: block;
    width: 78px;
    height: 78px;
    margin:15px auto;
    border-radius:100%;
    line-height: 78px;
    text-align:center;
    background-color:#075bce;
    color: #ffffff;
    position: relative;
}
.aboutBox2Slide .bd{
    clear: both;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.aboutBox2Slide .bd dd{
    height: 290px;
}
.aboutBox2Slide2{
    width:880px;
    height: 270px;
    margin:0 auto;
    background:#fff;
    overflow: hidden;
    box-shadow:0 2px 5px rgba(0,0,0,0.1);
    display: none;
}

.aboutBox2Slide2 .bd2{
    overflow: hidden;
    height:200px;
    margin-top:35px;
    position: relative;
	padding-left:25px;
	padding-right:25px;
	margin-left:45px;
	margin-right:45px;
}
.aboutBox2Slide2 .bd2:after{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/aboutUs_icon7.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2:before{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
    background-image: url(../images/aboutUs_icon8.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2 ul li{
    padding-left: 25px;
    overflow: hidden;
    height:50px;
    background-image: url(../images/aboutUs_icon5.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.aboutBox2Slide2 .bd2 ul li a{
    font-size:15px;
    line-height:50px;
    color: #666666;
}
.aboutBox2Slide2 .bd2 ul li:hover a{color: #075bce}
.aboutBox2Slide2 .btBox{
    float: right;
    margin-right:40px;
    margin-top:117px;
}
.aboutBox2Slide2 .btBox .bt2{
    display: none;
    width: 27px;
    height: 27px;
    overflow:hidden;
    cursor: pointer;
    background-image: url(../images/aboutUs_icon6.png);
    background-repeat: no-repeat;
    margin-left:10px;
    background-color:#e6e6e6;
    border-radius:3px;
}
.aboutBox2Slide2 .btBox .bt2:hover{background-color:#a97f5d}
.aboutBox2Slide2 .btBox .bt2.prev2{background-position:left top}
.aboutBox2Slide2 .btBox .bt2.next2{background-position:right top}
.aboutBox2Slide2 .btBox .bt2.prev2:hover{background-position:left bottom}
.aboutBox2Slide2 .btBox .bt2.next2:hover{background-position:right bottom}
/**/
.aboutBox4{
	clear:both;
	height:468px;
	overflow:hidden;
	background:url(../images/cpfBg8.png) no-repeat center center;
}
.aboutBox4Dl{margin-top:149px}
.aboutBox4Dl dd{
	float:left;
	width:33.3333%;
	height:150px;
	overflow: hidden;
	position: relative;
	padding-top:10px;
}
.aboutBox4Dl dd:after{
	content:"";
	display: block;
	width:1px;
	height:150px;
	position: absolute;
	top:0;
	left: 0;
	background:rgba(255,255,255,0.2);
}
.aboutBox4Dl dd:nth-child(1):after{display:none}
.aboutBox4Dl dd a{
	display: block;
	overflow: hidden;
	position: relative;
	top:0;
	transition-duration:0.3s;
}
.aboutBox4Dl dd a:hover{top:-10px;}
.aboutBox4Dl dd .icon{
	clear: both;
	height:80px;
	background-repeat:no-repeat;
	background-position: center center;
	margin-top:23px;
}
.aboutBox4Dl dd .icon.icon1{background-image:url(../images/cpfIcon1.png)}
.aboutBox4Dl dd .icon.icon2{background-image:url(../images/cpfIcon2.png)}
.aboutBox4Dl dd .icon.icon3{background-image:url(../images/cpfIcon3.png)}
.aboutBox4Dl dd span{
	display: block;
	height:50px;
	overflow: hidden;
	line-height:50px;
	text-align: center;
	color:#ffffff;
	font-size:18px;
}
/***************公司概况 end********************/

/*3*/
.aboutBox3{
	clear: both;
	height:758px;
	overflow: hidden;
	background:#fff url(../images/cpfBg4.jpg) no-repeat center center;
	background-size:cover;
}
.carouselSlide{
    position: relative;
    width: 728px;
	height:349px;
    margin: 0px auto;
}
.carouselBt{
    display: block;
    width:35px;
    height:60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top:-30px;
	z-index: 999;
	cursor:pointer;
}
.carouselBt.prev{
    left: -215px;
    background:url(../images/prevBt.png) no-repeat center center;
}
.carouselBt.prev:hover{
    background:url(../images/prevBt.png) no-repeat center center;
}
.carouselBt.next{
    right: -215px;
    background:url(../images/nextBt.png) no-repeat center center;
}
.carouselBt.next:hover{
    background:url(../images/nextBt.png) no-repeat center center;
}
#carousel{height:349px}
#carousel a{
	display: block;
	width:524px;
    height:349px;
	position:absolute;
}
#carousel a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel a:after{
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left: 0;
	z-index:1;
	transition-duration:0.1s;
	opacity:1;
}
#carousel a.carousel-center:after{opacity:0}
.aboutBox3T{
	clear: both;
	height:56px;
	overflow: hidden;
	line-height:56px;
	text-align: center;
	color:#666666;
	font-size:16px;
}
.cpfMore.typ{border:1px solid #cccccc}
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subBanner{ height: 450px; background-repeat: no-repeat; background-size:cover; background-position: center center; clear: both; position: relative;}
.subBanner a{ display: block; width: 100%; height: 100%;}
.subBannerText{ position: absolute; left: 50%; margin-left: -600px; bottom:80px;}
.subBannerText span{ display: block; color: rgba(255,255,255,.25); height: 45px; line-height: 45px; font-weight: bold; font-size: 40px; text-transform: uppercase;}
.subBannerText em{ display: block; color: rgba(255,255,255,1); height: 30px; line-height: 30px; font-weight: bold; font-size: 30px; font-style: normal; margin-top: -14px;}

/*内页外结构结束*/
/*当前位置开始*/
.location{ height: 60px; line-height: 60px; background: #fafafa;}
.locationL{ font-size: 16px;}
.locationL dd{ float: left; display: inline; margin-right: 28px;}
.locationL dd a{ font-size: 14px; color: #333333; display: block; padding: 0 2px; height: 60px; line-height: 60px; position: relative;}
.locationL dd a:before{ content: ''; display: block; width: 100%; border-bottom: 3px solid #075bce; position: absolute; left: 0; bottom: 0; display: none;}
.locationL dd a:hover{ color: #075bce;}
.locationL dd.hover a{ color: #075bce;}
.locationL dd.hover a:before{ display: block;}
.locationR{ overflow: hidden; font-size: 14px; color: #666}
.locationR a.locationIdex{ float: left; display: inline; padding-left: 20px; height: 60px; background: url(../images/locationIcn2.png) no-repeat center center;}
.locationR a.locationHref{ float: left; display: inline; color: #666666;}
.locationR a.locationHref:hover{ color:#075bce;}
.locationR a.locationHref.hover{ color:#075bce;}
.locationR em{ float: left; display: inline; font-style: normal; margin: 0 18px; width: 6px; height: 60px;background: url(../images/locationIcn.png) no-repeat center center;}
/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999; border:1px solid #e2e2e2;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #075bce; border-color: #075bce;color: #fff;}
.page a.hover{background: #075bce; border-color: #075bce;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2; border-color: #E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/